home *** CD-ROM | disk | FTP | other *** search
- version 0.144
- suite reqd 1.1 Required Suite ` Terms that every application should support
- event aevt odoc open ` Open the specified object(s)
- direct alis ` list of objects to open
- event aevt pdoc print ` Print the specified object(s)
- direct alis ` list of objects to print
- param fsel list items
- ` DO NOT USE: provided for backwards compatibility with old event suite. Will be removed in future Finders
- event aevt quit quit ` Quit the Finder (direct parameter ignored)
- direct null ` no direct parameter required
- event aevt oapp run ` Sent to an application when it is double-clicked
- direct null ` no direct parameter required
- suite core 1.1 Standard Suite ` Common terms for most applications
- event core qobj class info ` Get information about an object class
- reply gcli
- ` a record containing the object’s properties and elements
- direct type
- ` the object class about which information is requested
- param wrcd intl in
- ` the human language and script system in which to return information
- event core clos close ` Close an object
- direct obj ` the object to close
- param savo savo saving
- ` specifies whether changes should be saved before closing
- param kfil alis saving in ` the file in which to save the object
- event core cnte count
- ` Return the number of elements of a particular class within an object
- reply long ` the number of elements
- direct obj ` the object whose elements are to be counted
- param kocl type each ` the class of the elements to be counted
- event core dsiz data size ` Return the size in bytes of an object
- reply long ` the size of the object in bytes
- direct obj ` the object whose data size is to be returned
- param rtyp type as ` the data type for which the size is calculated
- event core delo delete ` Delete an element from an object
- direct obj ` the element to delete
- event core clon duplicate ` Duplicate object(s)
- reply obj ` to the duplicated object(s)
- direct obj ` the object(s) to duplicate
- param insh insl to ` the new location for the object(s)
- param alrp bool replacing
- ` Specifies whether or not to replace items in the destination that have the same name as items being duplicated
- param mvpl list positioned at
- ` Gives a list (in local window coordinates) of positions for the destination items
- param fsel list items
- ` DO NOT USE: provided for backwards compatibility with old event suite. Will be removed in future Finders
- event core gtei event info
- ` Get information about the Apple events in a suite
- reply evin
- ` a record containing the events and their parameters
- direct type
- ` the event class of the Apple events for which to return information
- param wrcd intl in
- ` the human language and script system in which to return information
- event core doex exists ` Verify if an object exists
- reply bool ` true if it exists, false if not
- direct obj ` the object in question
- event core getd get ` Get the data for an object
- reply **** ` the data from the object
- direct obj ` the object whose data is to be returned
- param rtyp type as
- ` the desired types for the data, in order of preference
- event core crel make ` Make a new element
- reply obj ` to the new object(s)
- direct null
- param kocl type new ` the class of the new element
- param insh insl at ` the location at which to insert the element
- param to obj to
- ` when creating an alias file, the original item to create an alias to
- param data **** with data ` the initial data for the element
- param prdt reco with properties
- ` the initial values for the properties of the element
- event core move move ` Move object(s) to a new location
- reply obj ` to the object(s) after they have been moved
- direct obj ` the object(s) to move
- param insh insl to ` the new location for the object(s)
- param alrp bool replacing
- ` Specifies whether or not to replace items in the destination that have the same name as items being moved
- param mvpl list positioned at
- ` Gives a list (in local window coordinates) of positions for the destination items
- event aevt odoc open ` Open the specified object(s)
- direct obj ` list of objects to open
- param usin obj using ` the application file to open the object with
- param fsel list items
- ` DO NOT USE: provided for backwards compatibility with old event suite. Will be removed in future Finders
- event aevt pdoc print ` Print the specified object(s)
- direct obj ` list of objects to print
- param fsel list items
- ` DO NOT USE: provided for backwards compatibility with old event suite. Will be removed in future Finders
- event aevt quit quit ` Quit the Finder (direct parameter ignored)
- direct null
- param savo savo saving
- ` specifies whether to save currently open documents (not supported by Finder)
- event core save save ` Save an object (Not supported by Finder)
- direct obj ` the object to save
- param kfil alis in
- ` the file in which to save the object (not supported by Finder)
- param fltp type as
- ` the file type of the document in which to save the data (not supported by Finder)
- event core setd set ` Set an object's data
- direct obj ` the object to change
- param data **** to ` the new value
- event core gtsi suite info ` Get information about event suite(s)
- reply suin
- ` a record containing the suites and their versions
- direct type ` the suite for which to return information
- param wrcd intl in
- ` the human language and script system in which to return information
- suite fndr 1.1 Finder Suite ` Objects and Events for the Finder
- event fndr fclu clean up ` Arrange items in window nicely
- direct obj ` the window to clean up
- param by type by ` the order in which to clean up the objects
- event fndr gstl computer ` Test attributes of this computer
- reply long ` the result of the query
- direct type ` the attribute to test
- param has long has ` test specific bits of response
- event fndr ejct eject
- ` Eject the specified disk(s), or every ejectable disk if no parameter is specified
- direct obj ` the items to eject
- event fndr empt empty ` Empty the trash
- direct obj ` “empty” and “empty trash” both do the same thing
- event fndr fera erase ` Erase the specified disk(s)
- direct obj ` the items to erase
- event fndr ptwy put away ` Put away the specified object(s)
- reply obj ` the object put away in its put-away location
- direct obj ` the items to put away
- param fsel list items
- ` DO NOT USE: provided for backwards compatibility with old event suite. Will be removed in future Finders
- event fndr rest restart ` Restart the Macintosh
- direct null
- event misc mvis reveal ` Bring the specified object(s) into view
- direct obj ` the object to be made visible
- event misc slct select ` Select the specified object(s)
- direct obj ` the object to select
- event fndr shut shut down ` Shut Down the Macintosh
- direct null
- event fndr snoz sleep ` Sleep the Macintosh
- direct null
- event DATA SORT sort ` Return the specified object(s) in a sorted list
- reply obj ` the sorted items in their new order
- direct obj ` a list of finder objects to sort
- param by type by ` the property to sort the items by
- event fndr fupd update
- ` Update the display of the specified object(s) to match their on-disk representation
- direct obj ` the item to update